Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjboss-j2se |
Last Version | Last Version200504122039 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jboss-j2se-200504122039.pom | |
jboss-j2se-200504122039.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jboss/jboss-j2se/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-j2se</artifactId>
<version>200504122039</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-j2se/
implementation 'jboss:jboss-j2se:200504122039'
// https://jarcasting.com/artifacts/jboss/jboss-j2se/
implementation ("jboss:jboss-j2se:200504122039")
'jboss:jboss-j2se:jar:200504122039'
<dependency org="jboss" name="jboss-j2se" rev="200504122039">
<artifact name="jboss-j2se" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-j2se', version='200504122039')
)
libraryDependencies += "jboss" % "jboss-j2se" % "200504122039"
[jboss/jboss-j2se "200504122039"]