| License |
License |
|---|---|
| GroupId | GroupIdcom.lhkbob.entreri |
| ArtifactId | ArtifactIdentreri |
| Last Version | Last Version1.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEntreri
Entity-component framework written in Java for game development
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| entreri-1.7.0.pom | |
| entreri-1.7.0.jar | 70 KB |
| entreri-1.7.0-sources.jar | 80 KB |
| entreri-1.7.0-javadoc.jar | 231 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lhkbob.entreri/entreri/ -->
<dependency>
<groupId>com.lhkbob.entreri</groupId>
<artifactId>entreri</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lhkbob.entreri/entreri/
implementation 'com.lhkbob.entreri:entreri:1.7.0'
// https://jarcasting.com/artifacts/com.lhkbob.entreri/entreri/
implementation ("com.lhkbob.entreri:entreri:1.7.0")
'com.lhkbob.entreri:entreri:jar:1.7.0'
<dependency org="com.lhkbob.entreri" name="entreri" rev="1.7.0">
<artifact name="entreri" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lhkbob.entreri', module='entreri', version='1.7.0')
)
libraryDependencies += "com.lhkbob.entreri" % "entreri" % "1.7.0"
[com.lhkbob.entreri/entreri "1.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |