License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.samples |
ArtifactId | ArtifactIdrepository |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeronimo Local Repository
Container for local artifacts, this is a temporary solution until a more
permeant Geronimo specific repository solution can be implemented.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
repository-2.1.2.pom | |
repository-2.1.2.jar | 7 KB |
repository-2.1.2-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.samples/repository/ -->
<dependency>
<groupId>org.apache.geronimo.samples</groupId>
<artifactId>repository</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/repository/
implementation 'org.apache.geronimo.samples:repository:2.1.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/repository/
implementation ("org.apache.geronimo.samples:repository:2.1.2")
'org.apache.geronimo.samples:repository:jar:2.1.2'
<dependency org="org.apache.geronimo.samples" name="repository" rev="2.1.2">
<artifact name="repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.samples', module='repository', version='2.1.2')
)
libraryDependencies += "org.apache.geronimo.samples" % "repository" % "2.1.2"
[org.apache.geronimo.samples/repository "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : catalina | jar | |
org.apache.tomcat : jasper | jar | |
com.sun.xml.ws : jaxws-tools | jar | |
com.sun.xml.ws : jaxws-rt | jar | |
org.apache.ant : ant-launcher | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |