Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 400 Bytes

File metadata and controls

14 lines (10 loc) · 400 Bytes

How to install ws4j

  1. Download the Jar
  2. Add the jar to your local mvn repository
 mvn install:install-file -Dfile=<path to file> -DgroupId=com.sciss -DartifactId=ws4j -Dversion=1.0.1 -Dpackaging=jar 

API usage

BoundedContext boundedContext = new BoundedContextApiImpl().getBoundedContext(systemContext, useWuPalmer);