| License |
License |
|---|---|
| GroupId | GroupIdcom.lowentry |
| ArtifactId | ArtifactIdlowentryue4 |
| Version | Version2.4.0 |
| 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 |
|---|---|
| lowentryue4-2.4.0.pom | |
| lowentryue4-2.4.0.jar | 2 MB |
| lowentryue4-2.4.0-sources.jar | 1 MB |
| lowentryue4-2.4.0-javadoc.jar | 9 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lowentry/lowentryue4/ -->
<dependency>
<groupId>com.lowentry</groupId>
<artifactId>lowentryue4</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lowentry/lowentryue4/
implementation 'com.lowentry:lowentryue4:2.4.0'
// https://jarcasting.com/artifacts/com.lowentry/lowentryue4/
implementation ("com.lowentry:lowentryue4:2.4.0")
'com.lowentry:lowentryue4:jar:2.4.0'
<dependency org="com.lowentry" name="lowentryue4" rev="2.4.0">
<artifact name="lowentryue4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lowentry', module='lowentryue4', version='2.4.0')
)
libraryDependencies += "com.lowentry" % "lowentryue4" % "2.4.0"
[com.lowentry/lowentryue4 "2.4.0"]