GroupId | GroupIdorg.citationstyles |
---|---|
ArtifactId | ArtifactIdstyles |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
styles-1.0.pom | |
styles-1.0.jar | 2 MB |
styles-1.0-sources.jar | 261 bytes |
styles-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.citationstyles/styles/ -->
<dependency>
<groupId>org.citationstyles</groupId>
<artifactId>styles</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.citationstyles/styles/
implementation 'org.citationstyles:styles:1.0'
// https://jarcasting.com/artifacts/org.citationstyles/styles/
implementation ("org.citationstyles:styles:1.0")
'org.citationstyles:styles:jar:1.0'
<dependency org="org.citationstyles" name="styles" rev="1.0">
<artifact name="styles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.citationstyles', module='styles', version='1.0')
)
libraryDependencies += "org.citationstyles" % "styles" % "1.0"
[org.citationstyles/styles "1.0"]