Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.elemento |
ArtifactId | ArtifactIdelemento-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
elemento-core-1.0.2.pom | |
elemento-core-1.0.2.jar | 88 KB |
elemento-core-1.0.2-sources.jar | 35 KB |
elemento-core-1.0.2-javadoc.jar | 557 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.elemento/elemento-core/ -->
<dependency>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.elemento/elemento-core/
implementation 'org.jboss.elemento:elemento-core:1.0.2'
// https://jarcasting.com/artifacts/org.jboss.elemento/elemento-core/
implementation ("org.jboss.elemento:elemento-core:1.0.2")
'org.jboss.elemento:elemento-core:jar:1.0.2'
<dependency org="org.jboss.elemento" name="elemento-core" rev="1.0.2">
<artifact name="elemento-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.elemento', module='elemento-core', version='1.0.2')
)
libraryDependencies += "org.jboss.elemento" % "elemento-core" % "1.0.2"
[org.jboss.elemento/elemento-core "1.0.2"]