Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.wise |
ArtifactId | ArtifactIdwise |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
wise-1.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.wise/wise/ -->
<dependency>
<groupId>org.jboss.wise</groupId>
<artifactId>wise</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.wise/wise/
implementation 'org.jboss.wise:wise:1.1'
// https://jarcasting.com/artifacts/org.jboss.wise/wise/
implementation ("org.jboss.wise:wise:1.1")
'org.jboss.wise:wise:pom:1.1'
<dependency org="org.jboss.wise" name="wise" rev="1.1">
<artifact name="wise" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.wise', module='wise', version='1.1')
)
libraryDependencies += "org.jboss.wise" % "wise" % "1.1"
[org.jboss.wise/wise "1.1"]