GroupId | GroupIdcom.github.fartherp |
---|---|
ArtifactId | ArtifactIdframework-common |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
framework-common-2.0.2.pom | |
framework-common-2.0.2.jar | 139 KB |
framework-common-2.0.2-sources.jar | 105 KB |
framework-common-2.0.2-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-common/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-common</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-common/
implementation 'com.github.fartherp:framework-common:2.0.2'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-common/
implementation ("com.github.fartherp:framework-common:2.0.2")
'com.github.fartherp:framework-common:jar:2.0.2'
<dependency org="com.github.fartherp" name="framework-common" rev="2.0.2">
<artifact name="framework-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-common', version='2.0.2')
)
libraryDependencies += "com.github.fartherp" % "framework-common" % "2.0.2"
[com.github.fartherp/framework-common "2.0.2"]