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