GroupId | GroupIdcom.atolcd.alfresco |
---|---|
ArtifactId | ArtifactIdproject |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
project-1.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atolcd.alfresco/project/ -->
<dependency>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>project</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atolcd.alfresco/project/
implementation 'com.atolcd.alfresco:project:1.1.0'
// https://jarcasting.com/artifacts/com.atolcd.alfresco/project/
implementation ("com.atolcd.alfresco:project:1.1.0")
'com.atolcd.alfresco:project:pom:1.1.0'
<dependency org="com.atolcd.alfresco" name="project" rev="1.1.0">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atolcd.alfresco', module='project', version='1.1.0')
)
libraryDependencies += "com.atolcd.alfresco" % "project" % "1.1.0"
[com.atolcd.alfresco/project "1.1.0"]