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