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