GroupId | GroupIdcom.github.developframework |
---|---|
ArtifactId | ArtifactIddevelop-framework |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
develop-framework-0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/develop-framework/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>develop-framework</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/develop-framework/
implementation 'com.github.developframework:develop-framework:0.2'
// https://jarcasting.com/artifacts/com.github.developframework/develop-framework/
implementation ("com.github.developframework:develop-framework:0.2")
'com.github.developframework:develop-framework:pom:0.2'
<dependency org="com.github.developframework" name="develop-framework" rev="0.2">
<artifact name="develop-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='develop-framework', version='0.2')
)
libraryDependencies += "com.github.developframework" % "develop-framework" % "0.2"
[com.github.developframework/develop-framework "0.2"]