| License |
License |
|---|---|
| GroupId | GroupIdcom.github.maketubo |
| ArtifactId | ArtifactIdeasylog |
| Version | Version1.0.0-RELEASE |
| Type | Typejar |
| Description |
Descriptioneasylog: logBridge
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| easylog-1.0.0-RELEASE.pom | |
| easylog-1.0.0-RELEASE.jar | 8 KB |
| easylog-1.0.0-RELEASE-sources.jar | 4 KB |
| easylog-1.0.0-RELEASE-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.maketubo/easylog/ -->
<dependency>
<groupId>com.github.maketubo</groupId>
<artifactId>easylog</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.maketubo/easylog/
implementation 'com.github.maketubo:easylog:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.maketubo/easylog/
implementation ("com.github.maketubo:easylog:1.0.0-RELEASE")
'com.github.maketubo:easylog:jar:1.0.0-RELEASE'
<dependency org="com.github.maketubo" name="easylog" rev="1.0.0-RELEASE">
<artifact name="easylog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.maketubo', module='easylog', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.maketubo" % "easylog" % "1.0.0-RELEASE"
[com.github.maketubo/easylog "1.0.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | 5.2.2.RELEASE |
| org.springframework : spring-context | jar | 5.2.2.RELEASE |
| org.aspectj : aspectjweaver | jar | 1.8.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework : spring-test | jar | 5.2.2.RELEASE |