License |
License |
---|---|
GroupId | GroupIdcom.freedomotic |
ArtifactId | ArtifactIdhello-world |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhello-world
Official Freedomotic Plugins
|
Project URL |
Project URL |
Project Organization |
Project OrganizationFreedomotic |
Filename | Size |
---|---|
hello-world-3.0.pom | |
hello-world-3.0.jar | 16 KB |
hello-world-3.0-sources.jar | 14 KB |
hello-world-3.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.freedomotic/hello-world/ -->
<dependency>
<groupId>com.freedomotic</groupId>
<artifactId>hello-world</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.freedomotic/hello-world/
implementation 'com.freedomotic:hello-world:3.0'
// https://jarcasting.com/artifacts/com.freedomotic/hello-world/
implementation ("com.freedomotic:hello-world:3.0")
'com.freedomotic:hello-world:jar:3.0'
<dependency org="com.freedomotic" name="hello-world" rev="3.0">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.freedomotic', module='hello-world', version='3.0')
)
libraryDependencies += "com.freedomotic" % "hello-world" % "3.0"
[com.freedomotic/hello-world "3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.freedomotic : freedomotic-core | jar | 5.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |