| License |
License
The MIT License
|
|---|---|
| GroupId | GroupIdcom.techshroom.templar |
| ArtifactId | ArtifactIdtemplar-core |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontemplar-core
Server library for Java, based on lettar and netty
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| templar-core-0.2.0.pom | |
| templar-core-0.2.0.jar | 24 KB |
| templar-core-0.2.0-sources.jar | 21 KB |
| templar-core-0.2.0-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.techshroom.templar/templar-core/ -->
<dependency>
<groupId>com.techshroom.templar</groupId>
<artifactId>templar-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom.templar/templar-core/
implementation 'com.techshroom.templar:templar-core:0.2.0'
// https://jarcasting.com/artifacts/com.techshroom.templar/templar-core/
implementation ("com.techshroom.templar:templar-core:0.2.0")
'com.techshroom.templar:templar-core:jar:0.2.0'
<dependency org="com.techshroom.templar" name="templar-core" rev="0.2.0">
<artifact name="templar-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom.templar', module='templar-core', version='0.2.0')
)
libraryDependencies += "com.techshroom.templar" % "templar-core" % "0.2.0"
[com.techshroom.templar/templar-core "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.1.36.Final |
| com.techshroom : lettar | jar | 0.4.1 |
| com.google.guava : guava | jar | 27.1-jre |
| com.techshroom : jsr305-plus | jar | 0.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.techshroom : greenish-jungle | jar | 0.0.3 |
| org.slf4j : slf4j-api | jar | 1.7.26 |