<dependency> <groupId>com.day.commons</groupId> <artifactId>day-commons-gfx</artifactId> <version>1.1.2</version> <type>bundle</type> </dependency>
implementation 'com.day.commons:day-commons-gfx:1.1.2'
implementation("com.day.commons:day-commons-gfx:1.1.2")
libraryDependencies += "com.day.commons" % "day-commons-gfx" % "1.1.2"
@Grapes( @Grab(group='com.day.commons', module='day-commons-gfx', version='1.1.2') )
<dependency org="com.day.commons" name="day-commons-gfx" rev="1.1.2" />
[com.day.commons/day-commons-gfx "1.1.2"]
'com.day.commons:day-commons-gfx:jar:1.1.2'
<parent> <groupId>com.day.commons</groupId> <artifactId>day-commons</artifactId> <version>3</version> </parent>
compile
|-- org.osgi:osgi_R4_core:1.0