Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.MyEclipse1214 |
ArtifactId | ArtifactIdpybuiltin4j |
Version | Version0.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.MyEclipse1214/pybuiltin4j/ -->
<dependency>
<groupId>com.github.MyEclipse1214</groupId>
<artifactId>pybuiltin4j</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.MyEclipse1214/pybuiltin4j/
implementation 'com.github.MyEclipse1214:pybuiltin4j:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.MyEclipse1214/pybuiltin4j/
implementation ("com.github.MyEclipse1214:pybuiltin4j:0.0.1-RELEASE")
'com.github.MyEclipse1214:pybuiltin4j:jar:0.0.1-RELEASE'
<dependency org="com.github.MyEclipse1214" name="pybuiltin4j" rev="0.0.1-RELEASE">
<artifact name="pybuiltin4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.MyEclipse1214', module='pybuiltin4j', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.MyEclipse1214" % "pybuiltin4j" % "0.0.1-RELEASE"
[com.github.MyEclipse1214/pybuiltin4j "0.0.1-RELEASE"]