Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.framework |
ArtifactId | ArtifactIdmodules |
Version | Version2.1.4 |
Type | Typepom |
Filename | Size |
---|---|
modules-2.1.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.framework/modules/ -->
<dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>modules</artifactId>
<version>2.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/modules/
implementation 'org.apache.geronimo.framework:modules:2.1.4'
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/modules/
implementation ("org.apache.geronimo.framework:modules:2.1.4")
'org.apache.geronimo.framework:modules:pom:2.1.4'
<dependency org="org.apache.geronimo.framework" name="modules" rev="2.1.4">
<artifact name="modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.framework', module='modules', version='2.1.4')
)
libraryDependencies += "org.apache.geronimo.framework" % "modules" % "2.1.4"
[org.apache.geronimo.framework/modules "2.1.4"]