Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.fusesource.scalate.tooling |
ArtifactId | ArtifactIdarchetypes |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
archetypes-1.3.1.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.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/
implementation 'org.fusesource.scalate.tooling:archetypes:1.3.1'
// https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/
implementation ("org.fusesource.scalate.tooling:archetypes:1.3.1")
'org.fusesource.scalate.tooling:archetypes:pom:1.3.1'
<dependency org="org.fusesource.scalate.tooling" name="archetypes" rev="1.3.1">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate.tooling', module='archetypes', version='1.3.1')
)
libraryDependencies += "org.fusesource.scalate.tooling" % "archetypes" % "1.3.1"
[org.fusesource.scalate.tooling/archetypes "1.3.1"]