GroupId | GroupIdjstyle |
---|---|
ArtifactId | ArtifactIdjstyle |
Version | Version1.0 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jstyle-1.0.pom | |
jstyle-1.0.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jstyle/jstyle/ -->
<dependency>
<groupId>jstyle</groupId>
<artifactId>jstyle</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/jstyle/jstyle/
implementation 'jstyle:jstyle:1.0'
// https://jarcasting.com/artifacts/jstyle/jstyle/
implementation ("jstyle:jstyle:1.0")
'jstyle:jstyle:jar:1.0'
<dependency org="jstyle" name="jstyle" rev="1.0">
<artifact name="jstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='jstyle', module='jstyle', version='1.0')
)
libraryDependencies += "jstyle" % "jstyle" % "1.0"
[jstyle "1.0"]