GroupId | GroupIdorg.jamesframework |
---|---|
ArtifactId | ArtifactIdjames |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
james-0.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jamesframework/james/ -->
<dependency>
<groupId>org.jamesframework</groupId>
<artifactId>james</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jamesframework/james/
implementation 'org.jamesframework:james:0.1'
// https://jarcasting.com/artifacts/org.jamesframework/james/
implementation ("org.jamesframework:james:0.1")
'org.jamesframework:james:pom:0.1'
<dependency org="org.jamesframework" name="james" rev="0.1">
<artifact name="james" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jamesframework', module='james', version='0.1')
)
libraryDependencies += "org.jamesframework" % "james" % "0.1"
[org.jamesframework/james "0.1"]