GroupId | GroupIdio.github.andriamarosoa |
---|---|
ArtifactId | ArtifactIdsetter |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
setter-1.0.1.pom | |
setter-1.0.1.jar | 13 KB |
setter-1.0.1-sources.jar | 5 KB |
setter-1.0.1-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.andriamarosoa/setter/ -->
<dependency>
<groupId>io.github.andriamarosoa</groupId>
<artifactId>setter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.andriamarosoa/setter/
implementation 'io.github.andriamarosoa:setter:1.0.1'
// https://jarcasting.com/artifacts/io.github.andriamarosoa/setter/
implementation ("io.github.andriamarosoa:setter:1.0.1")
'io.github.andriamarosoa:setter:jar:1.0.1'
<dependency org="io.github.andriamarosoa" name="setter" rev="1.0.1">
<artifact name="setter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.andriamarosoa', module='setter', version='1.0.1')
)
libraryDependencies += "io.github.andriamarosoa" % "setter" % "1.0.1"
[io.github.andriamarosoa/setter "1.0.1"]