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