GroupId | GroupIdcom.github.nhirakawa |
---|---|
ArtifactId | ArtifactIdimmutable-style |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
immutable-style-2.0.pom | |
immutable-style-2.0.jar | 3 KB |
immutable-style-2.0-sources.jar | 1 KB |
immutable-style-2.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nhirakawa/immutable-style/ -->
<dependency>
<groupId>com.github.nhirakawa</groupId>
<artifactId>immutable-style</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhirakawa/immutable-style/
implementation 'com.github.nhirakawa:immutable-style:2.0'
// https://jarcasting.com/artifacts/com.github.nhirakawa/immutable-style/
implementation ("com.github.nhirakawa:immutable-style:2.0")
'com.github.nhirakawa:immutable-style:jar:2.0'
<dependency org="com.github.nhirakawa" name="immutable-style" rev="2.0">
<artifact name="immutable-style" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nhirakawa', module='immutable-style', version='2.0')
)
libraryDependencies += "com.github.nhirakawa" % "immutable-style" % "2.0"
[com.github.nhirakawa/immutable-style "2.0"]