is not current version
Last Version 1.3

org.jboss.gm.analyzer:analyzer 1.0

A tool to work with ProjectNCL to manipulate Gradle builds.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.gm.analyzer
ArtifactId

ArtifactId

analyzer
Version

Version

1.0
Type

Type

jar

Download analyzer 1.0


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