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