GroupId | GroupIdio.bitbucket.5faces |
---|---|
ArtifactId | ArtifactIdcommon-note-server |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
common-note-server-0.0.2.pom | |
common-note-server-0.0.2.jar | 17 KB |
common-note-server-0.0.2-sources.jar | 10 KB |
common-note-server-0.0.2-javadoc.jar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bitbucket.5faces/common-note-server/ -->
<dependency>
<groupId>io.bitbucket.5faces</groupId>
<artifactId>common-note-server</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.bitbucket.5faces/common-note-server/
implementation 'io.bitbucket.5faces:common-note-server:0.0.2'
// https://jarcasting.com/artifacts/io.bitbucket.5faces/common-note-server/
implementation ("io.bitbucket.5faces:common-note-server:0.0.2")
'io.bitbucket.5faces:common-note-server:jar:0.0.2'
<dependency org="io.bitbucket.5faces" name="common-note-server" rev="0.0.2">
<artifact name="common-note-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bitbucket.5faces', module='common-note-server', version='0.0.2')
)
libraryDependencies += "io.bitbucket.5faces" % "common-note-server" % "0.0.2"
[io.bitbucket.5faces/common-note-server "0.0.2"]