GroupId | GroupIdorg.wamblee |
---|---|
ArtifactId | ArtifactIdwamblee-code-style |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
wamblee-code-style-1.0.pom | |
wamblee-code-style-1.0.jar | 6 KB |
wamblee-code-style-1.0-tests.jar | 1 KB |
wamblee-code-style-1.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wamblee/wamblee-code-style/ -->
<dependency>
<groupId>org.wamblee</groupId>
<artifactId>wamblee-code-style</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wamblee/wamblee-code-style/
implementation 'org.wamblee:wamblee-code-style:1.0'
// https://jarcasting.com/artifacts/org.wamblee/wamblee-code-style/
implementation ("org.wamblee:wamblee-code-style:1.0")
'org.wamblee:wamblee-code-style:jar:1.0'
<dependency org="org.wamblee" name="wamblee-code-style" rev="1.0">
<artifact name="wamblee-code-style" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wamblee', module='wamblee-code-style', version='1.0')
)
libraryDependencies += "org.wamblee" % "wamblee-code-style" % "1.0"
[org.wamblee/wamblee-code-style "1.0"]