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