is not current version
Last Version 5.0.2.Final

org.jboss.galleon:galleon-core 3.0.1.CR2


Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.galleon
ArtifactId

ArtifactId

galleon-core
Version

Version

3.0.1.CR2
Type

Type

jar

Download galleon-core 3.0.1.CR2


<!-- https://jarcasting.com/artifacts/org.jboss.galleon/galleon-core/ -->
<dependency>
    <groupId>org.jboss.galleon</groupId>
    <artifactId>galleon-core</artifactId>
    <version>3.0.1.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.galleon/galleon-core/
implementation 'org.jboss.galleon:galleon-core:3.0.1.CR2'
// https://jarcasting.com/artifacts/org.jboss.galleon/galleon-core/
implementation ("org.jboss.galleon:galleon-core:3.0.1.CR2")
'org.jboss.galleon:galleon-core:jar:3.0.1.CR2'
<dependency org="org.jboss.galleon" name="galleon-core" rev="3.0.1.CR2">
  <artifact name="galleon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.galleon', module='galleon-core', version='3.0.1.CR2')
)
libraryDependencies += "org.jboss.galleon" % "galleon-core" % "3.0.1.CR2"
[org.jboss.galleon/galleon-core "3.0.1.CR2"]