Categories |
CategoriesIntrospection Application Layer Libs |
---|---|
GroupId | GroupIdorg.codehaus.fabric3 |
ArtifactId | ArtifactIdfabric3-introspection-xml |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
fabric3-introspection-xml-1.8.pom | |
fabric3-introspection-xml-1.8.jar | 135 KB |
fabric3-introspection-xml-1.8-sources.jar | 139 KB |
fabric3-introspection-xml-1.8-javadoc.jar | 331 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-introspection-xml/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-introspection-xml</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-introspection-xml/
implementation 'org.codehaus.fabric3:fabric3-introspection-xml:1.8'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-introspection-xml/
implementation ("org.codehaus.fabric3:fabric3-introspection-xml:1.8")
'org.codehaus.fabric3:fabric3-introspection-xml:jar:1.8'
<dependency org="org.codehaus.fabric3" name="fabric3-introspection-xml" rev="1.8">
<artifact name="fabric3-introspection-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-introspection-xml', version='1.8')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-introspection-xml" % "1.8"
[org.codehaus.fabric3/fabric3-introspection-xml "1.8"]