| License |
License
GNU Lesser General Public License, v. 2.1
|
|---|---|
| Categories |
CategoriesJBoss Container Application Servers |
| GroupId | GroupIdorg.jboss.wise |
| ArtifactId | ArtifactIdwise-parent |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionWise Parent
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationJboss.org |
| Filename | Size |
|---|---|
| wise-parent-1.1.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.wise/wise-parent/ -->
<dependency>
<groupId>org.jboss.wise</groupId>
<artifactId>wise-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.wise/wise-parent/
implementation 'org.jboss.wise:wise-parent:1.1'
// https://jarcasting.com/artifacts/org.jboss.wise/wise-parent/
implementation ("org.jboss.wise:wise-parent:1.1")
'org.jboss.wise:wise-parent:pom:1.1'
<dependency org="org.jboss.wise" name="wise-parent" rev="1.1">
<artifact name="wise-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.wise', module='wise-parent', version='1.1')
)
libraryDependencies += "org.jboss.wise" % "wise-parent" % "1.1"
[org.jboss.wise/wise-parent "1.1"]