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