License |
License |
---|---|
GroupId | GroupIdcom.techshroom |
ArtifactId | ArtifactIdLog |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontscore-Log
TSCore is a common library for pretty much anything.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Log-1.0.0.pom | |
Log-1.0.0.jar | 8 KB |
Log-1.0.0-sources.jar | 6 KB |
Log-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.techshroom/Log/ -->
<dependency>
<groupId>com.techshroom</groupId>
<artifactId>Log</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/Log/
implementation 'com.techshroom:Log:1.0.0'
// https://jarcasting.com/artifacts/com.techshroom/Log/
implementation ("com.techshroom:Log:1.0.0")
'com.techshroom:Log:jar:1.0.0'
<dependency org="com.techshroom" name="Log" rev="1.0.0">
<artifact name="Log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='Log', version='1.0.0')
)
libraryDependencies += "com.techshroom" % "Log" % "1.0.0"
[com.techshroom/Log "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.0-rc2 |
org.apache.logging.log4j : log4j-api | jar | 2.0-rc2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.12,) |