is not current version
Last Version 0.1.7

fun.mike:record 0.1.0


GroupId

GroupId

fun.mike
ArtifactId

ArtifactId

record
Version

Version

0.1.0
Type

Type

jar

Download record 0.1.0


<!-- https://jarcasting.com/artifacts/fun.mike/record/ -->
<dependency>
    <groupId>fun.mike</groupId>
    <artifactId>record</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fun.mike/record/
implementation 'fun.mike:record:0.1.0'
// https://jarcasting.com/artifacts/fun.mike/record/
implementation ("fun.mike:record:0.1.0")
'fun.mike:record:jar:0.1.0'
<dependency org="fun.mike" name="record" rev="0.1.0">
  <artifact name="record" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.mike', module='record', version='0.1.0')
)
libraryDependencies += "fun.mike" % "record" % "0.1.0"
[fun.mike/record "0.1.0"]