Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.fastjrun.codeg |
ArtifactId | ArtifactIdapiworld-provider |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
apiworld-provider-1.0.pom | |
apiworld-provider-1.0.jar | 3 KB |
apiworld-provider-1.0-sources.jar | 2 KB |
apiworld-provider-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg/apiworld-provider/ -->
<dependency>
<groupId>com.fastjrun.codeg</groupId>
<artifactId>apiworld-provider</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg/apiworld-provider/
implementation 'com.fastjrun.codeg:apiworld-provider:1.0'
// https://jarcasting.com/artifacts/com.fastjrun.codeg/apiworld-provider/
implementation ("com.fastjrun.codeg:apiworld-provider:1.0")
'com.fastjrun.codeg:apiworld-provider:jar:1.0'
<dependency org="com.fastjrun.codeg" name="apiworld-provider" rev="1.0">
<artifact name="apiworld-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg', module='apiworld-provider', version='1.0')
)
libraryDependencies += "com.fastjrun.codeg" % "apiworld-provider" % "1.0"
[com.fastjrun.codeg/apiworld-provider "1.0"]