Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.fusesource.scalate.tooling |
ArtifactId | ArtifactIdarchetypes |
Version | Version1.5.0 |
Type | Typepom |
Filename | Size |
---|---|
archetypes-1.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/ -->
<dependency>
<groupId>org.fusesource.scalate.tooling</groupId>
<artifactId>archetypes</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/
implementation 'org.fusesource.scalate.tooling:archetypes:1.5.0'
// https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/
implementation ("org.fusesource.scalate.tooling:archetypes:1.5.0")
'org.fusesource.scalate.tooling:archetypes:pom:1.5.0'
<dependency org="org.fusesource.scalate.tooling" name="archetypes" rev="1.5.0">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate.tooling', module='archetypes', version='1.5.0')
)
libraryDependencies += "org.fusesource.scalate.tooling" % "archetypes" % "1.5.0"
[org.fusesource.scalate.tooling/archetypes "1.5.0"]