GroupId | GroupIdtop.gotoeasy |
---|---|
ArtifactId | ArtifactIdgotoeasy-core |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
gotoeasy-core-1.2.2.pom | |
gotoeasy-core-1.2.2.jar | 89 KB |
gotoeasy-core-1.2.2-sources.jar | 66 KB |
gotoeasy-core-1.2.2-javadoc.jar | 461 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.gotoeasy/gotoeasy-core/ -->
<dependency>
<groupId>top.gotoeasy</groupId>
<artifactId>gotoeasy-core</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.gotoeasy/gotoeasy-core/
implementation 'top.gotoeasy:gotoeasy-core:1.2.2'
// https://jarcasting.com/artifacts/top.gotoeasy/gotoeasy-core/
implementation ("top.gotoeasy:gotoeasy-core:1.2.2")
'top.gotoeasy:gotoeasy-core:jar:1.2.2'
<dependency org="top.gotoeasy" name="gotoeasy-core" rev="1.2.2">
<artifact name="gotoeasy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.gotoeasy', module='gotoeasy-core', version='1.2.2')
)
libraryDependencies += "top.gotoeasy" % "gotoeasy-core" % "1.2.2"
[top.gotoeasy/gotoeasy-core "1.2.2"]