GroupId | GroupIdorg.easyb |
---|---|
ArtifactId | ArtifactIdeasyb-core |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
easyb-core-1.2.pom | |
easyb-core-1.2.jar | 530 KB |
easyb-core-1.2-sources.jar | 151 KB |
easyb-core-1.2-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easyb/easyb-core/ -->
<dependency>
<groupId>org.easyb</groupId>
<artifactId>easyb-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.easyb/easyb-core/
implementation 'org.easyb:easyb-core:1.2'
// https://jarcasting.com/artifacts/org.easyb/easyb-core/
implementation ("org.easyb:easyb-core:1.2")
'org.easyb:easyb-core:jar:1.2'
<dependency org="org.easyb" name="easyb-core" rev="1.2">
<artifact name="easyb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easyb', module='easyb-core', version='1.2')
)
libraryDependencies += "org.easyb" % "easyb-core" % "1.2"
[org.easyb/easyb-core "1.2"]