GroupId | GroupIdname.dmaus.schxslt |
---|---|
ArtifactId | ArtifactIdschxslt |
Version | Versionv1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
schxslt-v1.2.1.pom | |
schxslt-v1.2.1.jar | 26 KB |
schxslt-v1.2.1-sources.jar | 26 KB |
schxslt-v1.2.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt/ -->
<dependency>
<groupId>name.dmaus.schxslt</groupId>
<artifactId>schxslt</artifactId>
<version>v1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt/
implementation 'name.dmaus.schxslt:schxslt:v1.2.1'
// https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt/
implementation ("name.dmaus.schxslt:schxslt:v1.2.1")
'name.dmaus.schxslt:schxslt:jar:v1.2.1'
<dependency org="name.dmaus.schxslt" name="schxslt" rev="v1.2.1">
<artifact name="schxslt" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.dmaus.schxslt', module='schxslt', version='v1.2.1')
)
libraryDependencies += "name.dmaus.schxslt" % "schxslt" % "v1.2.1"
[name.dmaus.schxslt/schxslt "v1.2.1"]