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