| License |
License |
|---|---|
| Categories |
CategoriesJBoss Container Application Servers |
| GroupId | GroupIdorg.jboss.galleon |
| ArtifactId | ArtifactIdgalleon-core |
| Last Version | Last Version5.0.2.Final |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGalleon Core
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| galleon-core-5.0.2.Final.pom | |
| galleon-core-5.0.2.Final.jar | 631 KB |
| galleon-core-5.0.2.Final-tests.jar | 1 MB |
| galleon-core-5.0.2.Final-sources.jar | 375 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.galleon/galleon-core/ -->
<dependency>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-core</artifactId>
<version>5.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.galleon/galleon-core/
implementation 'org.jboss.galleon:galleon-core:5.0.2.Final'
// https://jarcasting.com/artifacts/org.jboss.galleon/galleon-core/
implementation ("org.jboss.galleon:galleon-core:5.0.2.Final")
'org.jboss.galleon:galleon-core:jar:5.0.2.Final'
<dependency org="org.jboss.galleon" name="galleon-core" rev="5.0.2.Final">
<artifact name="galleon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.galleon', module='galleon-core', version='5.0.2.Final')
)
libraryDependencies += "org.jboss.galleon" % "galleon-core" % "5.0.2.Final"
[org.jboss.galleon/galleon-core "5.0.2.Final"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss : staxmapper | jar | 1.1.0.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.wildfly.checkstyle : wildfly-checkstyle-config | jar | 1.0.8.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |