| GroupId | GroupIdcom.lowentry |
|---|---|
| ArtifactId | ArtifactIdue4 |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ue4-1.0.0.pom | |
| ue4-1.0.0.jar | 1 MB |
| ue4-1.0.0-sources.jar | 1 MB |
| ue4-1.0.0-javadoc.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lowentry/ue4/ -->
<dependency>
<groupId>com.lowentry</groupId>
<artifactId>ue4</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lowentry/ue4/
implementation 'com.lowentry:ue4:1.0.0'
// https://jarcasting.com/artifacts/com.lowentry/ue4/
implementation ("com.lowentry:ue4:1.0.0")
'com.lowentry:ue4:jar:1.0.0'
<dependency org="com.lowentry" name="ue4" rev="1.0.0">
<artifact name="ue4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lowentry', module='ue4', version='1.0.0')
)
libraryDependencies += "com.lowentry" % "ue4" % "1.0.0"
[com.lowentry/ue4 "1.0.0"]