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