GroupId | GroupIdcom.dinstone.loghub |
---|---|
ArtifactId | ArtifactIdloghub-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
loghub-core-1.0.0.pom | |
loghub-core-1.0.0.jar | 15 KB |
loghub-core-1.0.0-sources.jar | 11 KB |
loghub-core-1.0.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-core/ -->
<dependency>
<groupId>com.dinstone.loghub</groupId>
<artifactId>loghub-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-core/
implementation 'com.dinstone.loghub:loghub-core:1.0.0'
// https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-core/
implementation ("com.dinstone.loghub:loghub-core:1.0.0")
'com.dinstone.loghub:loghub-core:jar:1.0.0'
<dependency org="com.dinstone.loghub" name="loghub-core" rev="1.0.0">
<artifact name="loghub-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.loghub', module='loghub-core', version='1.0.0')
)
libraryDependencies += "com.dinstone.loghub" % "loghub-core" % "1.0.0"
[com.dinstone.loghub/loghub-core "1.0.0"]