| License |
License |
|---|---|
| GroupId | GroupIdat.molindo.social |
| ArtifactId | ArtifactIdmanual |
| Version | Version1.1.4.RELEASE |
| Type | Typejar |
| Description |
DescriptionSpring Social - Reference Manual
Spring Social - Reference Manual
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| manual-1.1.4.RELEASE.pom | |
| manual-1.1.4.RELEASE.jar | 4 KB |
| manual-1.1.4.RELEASE-sources.jar | 261 bytes |
| manual-1.1.4.RELEASE-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/at.molindo.social/manual/ -->
<dependency>
<groupId>at.molindo.social</groupId>
<artifactId>manual</artifactId>
<version>1.1.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/at.molindo.social/manual/
implementation 'at.molindo.social:manual:1.1.4.RELEASE'
// https://jarcasting.com/artifacts/at.molindo.social/manual/
implementation ("at.molindo.social:manual:1.1.4.RELEASE")
'at.molindo.social:manual:jar:1.1.4.RELEASE'
<dependency org="at.molindo.social" name="manual" rev="1.1.4.RELEASE">
<artifact name="manual" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.molindo.social', module='manual', version='1.1.4.RELEASE')
)
libraryDependencies += "at.molindo.social" % "manual" % "1.1.4.RELEASE"
[at.molindo.social/manual "1.1.4.RELEASE"]