GroupId | GroupIdcom.github.macgregor |
---|---|
ArtifactId | ArtifactIdalexandria-core |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
alexandria-core-0.1.3.pom | |
alexandria-core-0.1.3.jar | 79 KB |
alexandria-core-0.1.3-sources.jar | 39 KB |
alexandria-core-0.1.3-javadoc.jar | 272 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.macgregor/alexandria-core/ -->
<dependency>
<groupId>com.github.macgregor</groupId>
<artifactId>alexandria-core</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.macgregor/alexandria-core/
implementation 'com.github.macgregor:alexandria-core:0.1.3'
// https://jarcasting.com/artifacts/com.github.macgregor/alexandria-core/
implementation ("com.github.macgregor:alexandria-core:0.1.3")
'com.github.macgregor:alexandria-core:jar:0.1.3'
<dependency org="com.github.macgregor" name="alexandria-core" rev="0.1.3">
<artifact name="alexandria-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.macgregor', module='alexandria-core', version='0.1.3')
)
libraryDependencies += "com.github.macgregor" % "alexandria-core" % "0.1.3"
[com.github.macgregor/alexandria-core "0.1.3"]