GroupId | GroupIdorg.sitoolkit.wt |
---|---|
ArtifactId | ArtifactIdsit-wt-runtime |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
sit-wt-runtime-1.1.pom | |
sit-wt-runtime-1.1.jar | 270 KB |
sit-wt-runtime-1.1-sources.jar | 200 KB |
sit-wt-runtime-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sitoolkit.wt/sit-wt-runtime/
implementation 'org.sitoolkit.wt:sit-wt-runtime:1.1'
// https://jarcasting.com/artifacts/org.sitoolkit.wt/sit-wt-runtime/
implementation ("org.sitoolkit.wt:sit-wt-runtime:1.1")
'org.sitoolkit.wt:sit-wt-runtime:jar:1.1'
<dependency org="org.sitoolkit.wt" name="sit-wt-runtime" rev="1.1">
<artifact name="sit-wt-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sitoolkit.wt', module='sit-wt-runtime', version='1.1')
)
libraryDependencies += "org.sitoolkit.wt" % "sit-wt-runtime" % "1.1"
[org.sitoolkit.wt/sit-wt-runtime "1.1"]