| License |
License |
|---|---|
| GroupId | GroupIdcom.lowentry |
| ArtifactId | ArtifactIdue4 |
| Last Version | Last Version9.9.9.DELETED |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLowEntryUE4Java
A Java library for the Low Entry UE4 plugins.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ue4-9.9.9.DELETED.pom | |
| ue4-9.9.9.DELETED.jar | 1 MB |
| ue4-9.9.9.DELETED-sources.jar | 1 MB |
| ue4-9.9.9.DELETED-javadoc.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lowentry/ue4/ -->
<dependency>
<groupId>com.lowentry</groupId>
<artifactId>ue4</artifactId>
<version>9.9.9.DELETED</version>
</dependency>
// https://jarcasting.com/artifacts/com.lowentry/ue4/
implementation 'com.lowentry:ue4:9.9.9.DELETED'
// https://jarcasting.com/artifacts/com.lowentry/ue4/
implementation ("com.lowentry:ue4:9.9.9.DELETED")
'com.lowentry:ue4:jar:9.9.9.DELETED'
<dependency org="com.lowentry" name="ue4" rev="9.9.9.DELETED">
<artifact name="ue4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lowentry', module='ue4', version='9.9.9.DELETED')
)
libraryDependencies += "com.lowentry" % "ue4" % "9.9.9.DELETED"
[com.lowentry/ue4 "9.9.9.DELETED"]