Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.arakhne.afc.bootique |
ArtifactId | ArtifactIdbootique-log4j |
Version | Version15.1 |
Type | Typejar |
Filename | Size |
---|---|
bootique-log4j-15.1.pom | |
bootique-log4j-15.1.jar | 23 KB |
bootique-log4j-15.1-sources.jar | 19 KB |
bootique-log4j-15.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.arakhne.afc.bootique/bootique-log4j/ -->
<dependency>
<groupId>org.arakhne.afc.bootique</groupId>
<artifactId>bootique-log4j</artifactId>
<version>15.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc.bootique/bootique-log4j/
implementation 'org.arakhne.afc.bootique:bootique-log4j:15.1'
// https://jarcasting.com/artifacts/org.arakhne.afc.bootique/bootique-log4j/
implementation ("org.arakhne.afc.bootique:bootique-log4j:15.1")
'org.arakhne.afc.bootique:bootique-log4j:jar:15.1'
<dependency org="org.arakhne.afc.bootique" name="bootique-log4j" rev="15.1">
<artifact name="bootique-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc.bootique', module='bootique-log4j', version='15.1')
)
libraryDependencies += "org.arakhne.afc.bootique" % "bootique-log4j" % "15.1"
[org.arakhne.afc.bootique/bootique-log4j "15.1"]