GroupId | GroupIdio.xspec |
---|---|
ArtifactId | ArtifactIdxspec |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
xspec-2.0.7.pom | |
xspec-2.0.7.jar | 215 KB |
xspec-2.0.7-sources.jar | 8 KB |
xspec-2.0.7-javadoc.jar | 37 KB |
xspec-2.0.7-enduser-files.zip | 247 KB |
xspec-2.0.7-enduser-files.tar.gz | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xspec/xspec/ -->
<dependency>
<groupId>io.xspec</groupId>
<artifactId>xspec</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.xspec/xspec/
implementation 'io.xspec:xspec:2.0.7'
// https://jarcasting.com/artifacts/io.xspec/xspec/
implementation ("io.xspec:xspec:2.0.7")
'io.xspec:xspec:jar:2.0.7'
<dependency org="io.xspec" name="xspec" rev="2.0.7">
<artifact name="xspec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xspec', module='xspec', version='2.0.7')
)
libraryDependencies += "io.xspec" % "xspec" % "2.0.7"
[io.xspec/xspec "2.0.7"]