GroupId | GroupIdio.urf |
---|---|
ArtifactId | ArtifactIdurf-spec |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
urf-spec-0.3.1.pom | |
urf-spec-0.3.1.jar | 12 KB |
urf-spec-0.3.1-sources.jar | 9 KB |
urf-spec-0.3.1-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.urf/urf-spec/ -->
<dependency>
<groupId>io.urf</groupId>
<artifactId>urf-spec</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.urf/urf-spec/
implementation 'io.urf:urf-spec:0.3.1'
// https://jarcasting.com/artifacts/io.urf/urf-spec/
implementation ("io.urf:urf-spec:0.3.1")
'io.urf:urf-spec:jar:0.3.1'
<dependency org="io.urf" name="urf-spec" rev="0.3.1">
<artifact name="urf-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.urf', module='urf-spec', version='0.3.1')
)
libraryDependencies += "io.urf" % "urf-spec" % "0.3.1"
[io.urf/urf-spec "0.3.1"]