is not current version
Last Version 0.6

org.jframework:jframework-core 0.2


GroupId

GroupId

org.jframework
ArtifactId

ArtifactId

jframework-core
Version

Version

0.2
Type

Type

jar

Download jframework-core 0.2


<!-- https://jarcasting.com/artifacts/org.jframework/jframework-core/ -->
<dependency>
    <groupId>org.jframework</groupId>
    <artifactId>jframework-core</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jframework/jframework-core/
implementation 'org.jframework:jframework-core:0.2'
// https://jarcasting.com/artifacts/org.jframework/jframework-core/
implementation ("org.jframework:jframework-core:0.2")
'org.jframework:jframework-core:jar:0.2'
<dependency org="org.jframework" name="jframework-core" rev="0.2">
  <artifact name="jframework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jframework', module='jframework-core', version='0.2')
)
libraryDependencies += "org.jframework" % "jframework-core" % "0.2"
[org.jframework/jframework-core "0.2"]