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