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