Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdcom.garethahealy.poms |
ArtifactId | ArtifactIdjboss-fuse-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
jboss-fuse-parent-1.0.0.pom | 9 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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.garethahealy.poms/jboss-fuse-parent/
implementation 'com.garethahealy.poms:jboss-fuse-parent:1.0.0'
// https://jarcasting.com/artifacts/com.garethahealy.poms/jboss-fuse-parent/
implementation ("com.garethahealy.poms:jboss-fuse-parent:1.0.0")
'com.garethahealy.poms:jboss-fuse-parent:pom:1.0.0'
<dependency org="com.garethahealy.poms" name="jboss-fuse-parent" rev="1.0.0">
<artifact name="jboss-fuse-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.garethahealy.poms', module='jboss-fuse-parent', version='1.0.0')
)
libraryDependencies += "com.garethahealy.poms" % "jboss-fuse-parent" % "1.0.0"
[com.garethahealy.poms/jboss-fuse-parent "1.0.0"]