Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-console-framework |
Version | Version1.0 |
Type | Typewar |
Filename | Size |
---|---|
geronimo-console-framework-1.0.pom | |
geronimo-console-framework-1.0.war | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-console-framework/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-console-framework</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-console-framework/
implementation 'geronimo:geronimo-console-framework:1.0'
// https://jarcasting.com/artifacts/geronimo/geronimo-console-framework/
implementation ("geronimo:geronimo-console-framework:1.0")
'geronimo:geronimo-console-framework:war:1.0'
<dependency org="geronimo" name="geronimo-console-framework" rev="1.0">
<artifact name="geronimo-console-framework" type="war" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-console-framework', version='1.0')
)
libraryDependencies += "geronimo" % "geronimo-console-framework" % "1.0"
[geronimo/geronimo-console-framework "1.0"]