License |
License |
---|---|
GroupId | GroupIdcom.sonalake |
ArtifactId | ArtifactIdfoo |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfoo
A library of foo
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
foo-1.0.pom | |
foo-1.0.jar | 2 KB |
foo-1.0-sources.jar | 2 KB |
foo-1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sonalake/foo/ -->
<dependency>
<groupId>com.sonalake</groupId>
<artifactId>foo</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sonalake/foo/
implementation 'com.sonalake:foo:1.0'
// https://jarcasting.com/artifacts/com.sonalake/foo/
implementation ("com.sonalake:foo:1.0")
'com.sonalake:foo:jar:1.0'
<dependency org="com.sonalake" name="foo" rev="1.0">
<artifact name="foo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sonalake', module='foo', version='1.0')
)
libraryDependencies += "com.sonalake" % "foo" % "1.0"
[com.sonalake/foo "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |