GroupId | GroupIdorg.jframework |
---|---|
ArtifactId | ArtifactIdjframework-core |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
jframework-core-0.2.pom | |
jframework-core-0.2.jar | 37 KB |
jframework-core-0.2-tests.jar | 45 KB |
jframework-core-0.2-test-sources.jar | 18 KB |
jframework-core-0.2-sources.jar | 20 KB |
Browse |
<!-- 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"]