GroupId | GroupIdorg.sitoolkit.wt |
---|---|
ArtifactId | ArtifactIdsit-wt-runtime |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
sit-wt-runtime-0.9.pom | |
sit-wt-runtime-0.9.jar | 226 KB |
sit-wt-runtime-0.9-sources.jar | 165 KB |
sit-wt-runtime-0.9-javadoc.jar | 703 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sitoolkit.wt/sit-wt-runtime/ -->
<dependency>
<groupId>org.sitoolkit.wt</groupId>
<artifactId>sit-wt-runtime</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.sitoolkit.wt/sit-wt-runtime/
implementation 'org.sitoolkit.wt:sit-wt-runtime:0.9'
// https://jarcasting.com/artifacts/org.sitoolkit.wt/sit-wt-runtime/
implementation ("org.sitoolkit.wt:sit-wt-runtime:0.9")
'org.sitoolkit.wt:sit-wt-runtime:jar:0.9'
<dependency org="org.sitoolkit.wt" name="sit-wt-runtime" rev="0.9">
<artifact name="sit-wt-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sitoolkit.wt', module='sit-wt-runtime', version='0.9')
)
libraryDependencies += "org.sitoolkit.wt" % "sit-wt-runtime" % "0.9"
[org.sitoolkit.wt/sit-wt-runtime "0.9"]