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