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