GroupId | GroupIdcom.progressoft.brix.domino.apt |
---|---|
ArtifactId | ArtifactIdapt-commons |
Version | Version1.0-rc.1 |
Type | Typejar |
Filename | Size |
---|---|
apt-commons-1.0-rc.1.pom | |
apt-commons-1.0-rc.1.jar | 25 KB |
apt-commons-1.0-rc.1-sources.jar | 11 KB |
apt-commons-1.0-rc.1-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.progressoft.brix.domino.apt/apt-commons/ -->
<dependency>
<groupId>com.progressoft.brix.domino.apt</groupId>
<artifactId>apt-commons</artifactId>
<version>1.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.progressoft.brix.domino.apt/apt-commons/
implementation 'com.progressoft.brix.domino.apt:apt-commons:1.0-rc.1'
// https://jarcasting.com/artifacts/com.progressoft.brix.domino.apt/apt-commons/
implementation ("com.progressoft.brix.domino.apt:apt-commons:1.0-rc.1")
'com.progressoft.brix.domino.apt:apt-commons:jar:1.0-rc.1'
<dependency org="com.progressoft.brix.domino.apt" name="apt-commons" rev="1.0-rc.1">
<artifact name="apt-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.progressoft.brix.domino.apt', module='apt-commons', version='1.0-rc.1')
)
libraryDependencies += "com.progressoft.brix.domino.apt" % "apt-commons" % "1.0-rc.1"
[com.progressoft.brix.domino.apt/apt-commons "1.0-rc.1"]