License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ORM Data |
GroupId | GroupIdcom.github.antonsjava |
ArtifactId | ArtifactIdslformatter |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionSimple Line Formatter
Simple Line Formatter for Java logging API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
slformatter-1.1.pom | |
slformatter-1.1.jar | 22 KB |
slformatter-1.1-sources.jar | 21 KB |
slformatter-1.1-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antonsjava/slformatter/ -->
<dependency>
<groupId>com.github.antonsjava</groupId>
<artifactId>slformatter</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonsjava/slformatter/
implementation 'com.github.antonsjava:slformatter:1.1'
// https://jarcasting.com/artifacts/com.github.antonsjava/slformatter/
implementation ("com.github.antonsjava:slformatter:1.1")
'com.github.antonsjava:slformatter:jar:1.1'
<dependency org="com.github.antonsjava" name="slformatter" rev="1.1">
<artifact name="slformatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonsjava', module='slformatter', version='1.1')
)
libraryDependencies += "com.github.antonsjava" % "slformatter" % "1.1"
[com.github.antonsjava/slformatter "1.1"]