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