GroupId | GroupIddev.shota |
---|---|
ArtifactId | ArtifactIdstylus4j |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
stylus4j-0.1.0.pom | |
stylus4j-0.1.0.jar | 68 KB |
stylus4j-0.1.0-sources.jar | 67 KB |
stylus4j-0.1.0-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.shota/stylus4j/ -->
<dependency>
<groupId>dev.shota</groupId>
<artifactId>stylus4j</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.shota/stylus4j/
implementation 'dev.shota:stylus4j:0.1.0'
// https://jarcasting.com/artifacts/dev.shota/stylus4j/
implementation ("dev.shota:stylus4j:0.1.0")
'dev.shota:stylus4j:jar:0.1.0'
<dependency org="dev.shota" name="stylus4j" rev="0.1.0">
<artifact name="stylus4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.shota', module='stylus4j', version='0.1.0')
)
libraryDependencies += "dev.shota" % "stylus4j" % "0.1.0"
[dev.shota/stylus4j "0.1.0"]