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