GroupId | GroupIdcom.aeuok |
---|---|
ArtifactId | ArtifactIdmethod-log |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
method-log-1.0.1.pom | |
method-log-1.0.1.jar | 24 KB |
method-log-1.0.1-sources.jar | 11 KB |
method-log-1.0.1-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aeuok/method-log/ -->
<dependency>
<groupId>com.aeuok</groupId>
<artifactId>method-log</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeuok/method-log/
implementation 'com.aeuok:method-log:1.0.1'
// https://jarcasting.com/artifacts/com.aeuok/method-log/
implementation ("com.aeuok:method-log:1.0.1")
'com.aeuok:method-log:jar:1.0.1'
<dependency org="com.aeuok" name="method-log" rev="1.0.1">
<artifact name="method-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeuok', module='method-log', version='1.0.1')
)
libraryDependencies += "com.aeuok" % "method-log" % "1.0.1"
[com.aeuok/method-log "1.0.1"]