GroupId | GroupIdcom.truthbean.logger |
---|---|
ArtifactId | ArtifactIdlogger-core |
Version | Version0.3.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
logger-core-0.3.1-RELEASE.pom | |
logger-core-0.3.1-RELEASE.jar | 10 KB |
logger-core-0.3.1-RELEASE-sources.jar | 10 KB |
logger-core-0.3.1-RELEASE-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.truthbean.logger/logger-core/ -->
<dependency>
<groupId>com.truthbean.logger</groupId>
<artifactId>logger-core</artifactId>
<version>0.3.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.truthbean.logger/logger-core/
implementation 'com.truthbean.logger:logger-core:0.3.1-RELEASE'
// https://jarcasting.com/artifacts/com.truthbean.logger/logger-core/
implementation ("com.truthbean.logger:logger-core:0.3.1-RELEASE")
'com.truthbean.logger:logger-core:jar:0.3.1-RELEASE'
<dependency org="com.truthbean.logger" name="logger-core" rev="0.3.1-RELEASE">
<artifact name="logger-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truthbean.logger', module='logger-core', version='0.3.1-RELEASE')
)
libraryDependencies += "com.truthbean.logger" % "logger-core" % "0.3.1-RELEASE"
[com.truthbean.logger/logger-core "0.3.1-RELEASE"]