GroupId | GroupIdcom.sta-soft |
---|---|
ArtifactId | ArtifactIdxtools |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
xtools-1.5.pom | |
xtools-1.5.jar | 62 KB |
xtools-1.5-tests.jar | 1 KB |
xtools-1.5-sources.jar | 49 KB |
xtools-1.5-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sta-soft/xtools/ -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>xtools</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/xtools/
implementation 'com.sta-soft:xtools:1.5'
// https://jarcasting.com/artifacts/com.sta-soft/xtools/
implementation ("com.sta-soft:xtools:1.5")
'com.sta-soft:xtools:jar:1.5'
<dependency org="com.sta-soft" name="xtools" rev="1.5">
<artifact name="xtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='xtools', version='1.5')
)
libraryDependencies += "com.sta-soft" % "xtools" % "1.5"
[com.sta-soft/xtools "1.5"]