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