License |
License |
---|---|
GroupId | GroupIdcom.jahnelgroup.flogger |
ArtifactId | ArtifactIdflogger-sample |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionSample Java project using Flogger
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flogger-sample-1.4.0.pom | |
flogger-sample-1.4.0.jar | 20 KB |
flogger-sample-1.4.0-sources.jar | 3 KB |
flogger-sample-1.4.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jahnelgroup.flogger/flogger-sample/ -->
<dependency>
<groupId>com.jahnelgroup.flogger</groupId>
<artifactId>flogger-sample</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jahnelgroup.flogger/flogger-sample/
implementation 'com.jahnelgroup.flogger:flogger-sample:1.4.0'
// https://jarcasting.com/artifacts/com.jahnelgroup.flogger/flogger-sample/
implementation ("com.jahnelgroup.flogger:flogger-sample:1.4.0")
'com.jahnelgroup.flogger:flogger-sample:jar:1.4.0'
<dependency org="com.jahnelgroup.flogger" name="flogger-sample" rev="1.4.0">
<artifact name="flogger-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jahnelgroup.flogger', module='flogger-sample', version='1.4.0')
)
libraryDependencies += "com.jahnelgroup.flogger" % "flogger-sample" % "1.4.0"
[com.jahnelgroup.flogger/flogger-sample "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.jahnelgroup.flogger : flogger-core | jar | 1.4.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.aspectj : aspectjweaver | jar | 1.8.13 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.8.13 |