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