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