Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.fastcube.factory.tibco.bw.maven |
ArtifactId | ArtifactIdarchetypes |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
archetypes-1.0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fastcube.factory.tibco.bw.maven/archetypes/ -->
<dependency>
<groupId>com.github.fastcube.factory.tibco.bw.maven</groupId>
<artifactId>archetypes</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fastcube.factory.tibco.bw.maven/archetypes/
implementation 'com.github.fastcube.factory.tibco.bw.maven:archetypes:1.0.2'
// https://jarcasting.com/artifacts/com.github.fastcube.factory.tibco.bw.maven/archetypes/
implementation ("com.github.fastcube.factory.tibco.bw.maven:archetypes:1.0.2")
'com.github.fastcube.factory.tibco.bw.maven:archetypes:pom:1.0.2'
<dependency org="com.github.fastcube.factory.tibco.bw.maven" name="archetypes" rev="1.0.2">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fastcube.factory.tibco.bw.maven', module='archetypes', version='1.0.2')
)
libraryDependencies += "com.github.fastcube.factory.tibco.bw.maven" % "archetypes" % "1.0.2"
[com.github.fastcube.factory.tibco.bw.maven/archetypes "1.0.2"]