is not current version
Last Version 1.0.0

org.eclipse.angus:all 1.0.0-M2

${project.name}

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.angus
ArtifactId

ArtifactId

all
Version

Version

1.0.0-M2
Type

Type

pom

Download all 1.0.0-M2

Filename Size
all-1.0.0-M2.pom 25 KB
Browse

<!-- https://jarcasting.com/artifacts/org.eclipse.angus/all/ -->
<dependency>
    <groupId>org.eclipse.angus</groupId>
    <artifactId>all</artifactId>
    <version>1.0.0-M2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.angus/all/
implementation 'org.eclipse.angus:all:1.0.0-M2'
// https://jarcasting.com/artifacts/org.eclipse.angus/all/
implementation ("org.eclipse.angus:all:1.0.0-M2")
'org.eclipse.angus:all:pom:1.0.0-M2'
<dependency org="org.eclipse.angus" name="all" rev="1.0.0-M2">
  <artifact name="all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.angus', module='all', version='1.0.0-M2')
)
libraryDependencies += "org.eclipse.angus" % "all" % "1.0.0-M2"
[org.eclipse.angus/all "1.0.0-M2"]