GroupId | GroupIdcom.github.gino0631 |
---|---|
ArtifactId | ArtifactIdpkg-core |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
pkg-core-1.1.pom | |
pkg-core-1.1.jar | 79 KB |
pkg-core-1.1-sources.jar | 42 KB |
pkg-core-1.1-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gino0631/pkg-core/ -->
<dependency>
<groupId>com.github.gino0631</groupId>
<artifactId>pkg-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gino0631/pkg-core/
implementation 'com.github.gino0631:pkg-core:1.1'
// https://jarcasting.com/artifacts/com.github.gino0631/pkg-core/
implementation ("com.github.gino0631:pkg-core:1.1")
'com.github.gino0631:pkg-core:jar:1.1'
<dependency org="com.github.gino0631" name="pkg-core" rev="1.1">
<artifact name="pkg-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gino0631', module='pkg-core', version='1.1')
)
libraryDependencies += "com.github.gino0631" % "pkg-core" % "1.1"
[com.github.gino0631/pkg-core "1.1"]