GroupId | GroupIdcom.github.jherculesqz |
---|---|
ArtifactId | ArtifactIdcore-fw |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
core-fw-1.0.1.pom | |
core-fw-1.0.1.jar | 707 KB |
core-fw-1.0.1-sources.jar | 449 KB |
core-fw-1.0.1-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jherculesqz/core-fw/ -->
<dependency>
<groupId>com.github.jherculesqz</groupId>
<artifactId>core-fw</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jherculesqz/core-fw/
implementation 'com.github.jherculesqz:core-fw:1.0.1'
// https://jarcasting.com/artifacts/com.github.jherculesqz/core-fw/
implementation ("com.github.jherculesqz:core-fw:1.0.1")
'com.github.jherculesqz:core-fw:jar:1.0.1'
<dependency org="com.github.jherculesqz" name="core-fw" rev="1.0.1">
<artifact name="core-fw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jherculesqz', module='core-fw', version='1.0.1')
)
libraryDependencies += "com.github.jherculesqz" % "core-fw" % "1.0.1"
[com.github.jherculesqz/core-fw "1.0.1"]