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