| GroupId | GroupIdcom.github.fartherp |
|---|---|
| ArtifactId | ArtifactIdframework |
| Version | Version2.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| framework-2.0.4.pom | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework</artifactId>
<version>2.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework/
implementation 'com.github.fartherp:framework:2.0.4'
// https://jarcasting.com/artifacts/com.github.fartherp/framework/
implementation ("com.github.fartherp:framework:2.0.4")
'com.github.fartherp:framework:pom:2.0.4'
<dependency org="com.github.fartherp" name="framework" rev="2.0.4">
<artifact name="framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework', version='2.0.4')
)
libraryDependencies += "com.github.fartherp" % "framework" % "2.0.4"
[com.github.fartherp/framework "2.0.4"]