| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.github.maximevw |
| ArtifactId | ArtifactIdautolog-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| autolog-core-1.0.0.pom | |
| autolog-core-1.0.0.jar | 85 KB |
| autolog-core-1.0.0-sources.jar | 63 KB |
| autolog-core-1.0.0-javadoc.jar | 677 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.maximevw/autolog-core/ -->
<dependency>
<groupId>com.github.maximevw</groupId>
<artifactId>autolog-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.maximevw/autolog-core/
implementation 'com.github.maximevw:autolog-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.maximevw/autolog-core/
implementation ("com.github.maximevw:autolog-core:1.0.0")
'com.github.maximevw:autolog-core:jar:1.0.0'
<dependency org="com.github.maximevw" name="autolog-core" rev="1.0.0">
<artifact name="autolog-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.maximevw', module='autolog-core', version='1.0.0')
)
libraryDependencies += "com.github.maximevw" % "autolog-core" % "1.0.0"
[com.github.maximevw/autolog-core "1.0.0"]