is not current version
Last Version 1.4

org.apache.geronimo.specs:specs 1.1

Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

org.apache.geronimo.specs
ArtifactId

ArtifactId

specs
Version

Version

1.1
Type

Type

pom

Download specs 1.1

Filename Size
specs-1.1.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.geronimo.specs/specs/ -->
<dependency>
    <groupId>org.apache.geronimo.specs</groupId>
    <artifactId>specs</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/specs/
implementation 'org.apache.geronimo.specs:specs:1.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/specs/
implementation ("org.apache.geronimo.specs:specs:1.1")
'org.apache.geronimo.specs:specs:pom:1.1'
<dependency org="org.apache.geronimo.specs" name="specs" rev="1.1">
  <artifact name="specs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.specs', module='specs', version='1.1')
)
libraryDependencies += "org.apache.geronimo.specs" % "specs" % "1.1"
[org.apache.geronimo.specs/specs "1.1"]