| License |
License |
|---|---|
| GroupId | GroupIdcom.dinstone.loghub |
| ArtifactId | ArtifactIdloghub-core |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
Descriptionlog hub delegate some log framework
|
| Project Organization |
Project Organizationdinstone |
| Filename | Size |
|---|---|
| loghub-core-1.3.0.pom | |
| loghub-core-1.3.0.jar | 22 KB |
| loghub-core-1.3.0-sources.jar | 14 KB |
| loghub-core-1.3.0-javadoc.jar | 175 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-core/ -->
<dependency>
<groupId>com.dinstone.loghub</groupId>
<artifactId>loghub-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-core/
implementation 'com.dinstone.loghub:loghub-core:1.3.0'
// https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-core/
implementation ("com.dinstone.loghub:loghub-core:1.3.0")
'com.dinstone.loghub:loghub-core:jar:1.3.0'
<dependency org="com.dinstone.loghub" name="loghub-core" rev="1.3.0">
<artifact name="loghub-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.loghub', module='loghub-core', version='1.3.0')
)
libraryDependencies += "com.dinstone.loghub" % "loghub-core" % "1.3.0"
[com.dinstone.loghub/loghub-core "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |