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