| GroupId | GroupIdcom.github.nalim2 |
|---|---|
| ArtifactId | ArtifactIdframework |
| Version | Version0.1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| framework-0.1.7.pom | |
| framework-0.1.7.jar | 49 KB |
| framework-0.1.7-sources.jar | 25 KB |
| framework-0.1.7-javadoc.jar | 536 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nalim2/framework/ -->
<dependency>
<groupId>com.github.nalim2</groupId>
<artifactId>framework</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalim2/framework/
implementation 'com.github.nalim2:framework:0.1.7'
// https://jarcasting.com/artifacts/com.github.nalim2/framework/
implementation ("com.github.nalim2:framework:0.1.7")
'com.github.nalim2:framework:jar:0.1.7'
<dependency org="com.github.nalim2" name="framework" rev="0.1.7">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalim2', module='framework', version='0.1.7')
)
libraryDependencies += "com.github.nalim2" % "framework" % "0.1.7"
[com.github.nalim2/framework "0.1.7"]