GroupId | GroupIdfun.mike |
---|---|
ArtifactId | ArtifactIdrecord |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
record-0.1.2.pom | |
record-0.1.2.jar | 27 KB |
record-0.1.2-sources.jar | 9 KB |
record-0.1.2-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.mike/record/ -->
<dependency>
<groupId>fun.mike</groupId>
<artifactId>record</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/fun.mike/record/
implementation 'fun.mike:record:0.1.2'
// https://jarcasting.com/artifacts/fun.mike/record/
implementation ("fun.mike:record:0.1.2")
'fun.mike:record:jar:0.1.2'
<dependency org="fun.mike" name="record" rev="0.1.2">
<artifact name="record" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.mike', module='record', version='0.1.2')
)
libraryDependencies += "fun.mike" % "record" % "0.1.2"
[fun.mike/record "0.1.2"]