GroupId | GroupIdcom.github.charleslzq |
---|---|
ArtifactId | ArtifactIdspring-integration-loghub |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.charleslzq/spring-integration-loghub/ -->
<dependency>
<groupId>com.github.charleslzq</groupId>
<artifactId>spring-integration-loghub</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.charleslzq/spring-integration-loghub/
implementation 'com.github.charleslzq:spring-integration-loghub:1.0'
// https://jarcasting.com/artifacts/com.github.charleslzq/spring-integration-loghub/
implementation ("com.github.charleslzq:spring-integration-loghub:1.0")
'com.github.charleslzq:spring-integration-loghub:jar:1.0'
<dependency org="com.github.charleslzq" name="spring-integration-loghub" rev="1.0">
<artifact name="spring-integration-loghub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.charleslzq', module='spring-integration-loghub', version='1.0')
)
libraryDependencies += "com.github.charleslzq" % "spring-integration-loghub" % "1.0"
[com.github.charleslzq/spring-integration-loghub "1.0"]