is not current version
Last Version 1.3

org.jboss.gm.analyzer:analyzer 1.1

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.1
Type

Type

jar

Download analyzer 1.1


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