GroupId | GroupIdcom.cedarsoft.open.archetype |
---|---|
ArtifactId | ArtifactIdmulti |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
multi-1.0.1.pom | |
multi-1.0.1.jar | 13 KB |
multi-1.0.1-tests.jar | 1 KB |
multi-1.0.1-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.open.archetype/multi/ -->
<dependency>
<groupId>com.cedarsoft.open.archetype</groupId>
<artifactId>multi</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.open.archetype/multi/
implementation 'com.cedarsoft.open.archetype:multi:1.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.open.archetype/multi/
implementation ("com.cedarsoft.open.archetype:multi:1.0.1")
'com.cedarsoft.open.archetype:multi:jar:1.0.1'
<dependency org="com.cedarsoft.open.archetype" name="multi" rev="1.0.1">
<artifact name="multi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.open.archetype', module='multi', version='1.0.1')
)
libraryDependencies += "com.cedarsoft.open.archetype" % "multi" % "1.0.1"
[com.cedarsoft.open.archetype/multi "1.0.1"]