<dependency> <groupId>org.apache.sis.storage</groupId> <artifactId>sis-storage</artifactId> <version>1.4</version> </dependency>
implementation 'org.apache.sis.storage:sis-storage:1.4'
implementation("org.apache.sis.storage:sis-storage:1.4")
libraryDependencies += "org.apache.sis.storage" % "sis-storage" % "1.4"
@Grapes( @Grab(group='org.apache.sis.storage', module='sis-storage', version='1.4') )
<dependency org="org.apache.sis.storage" name="sis-storage" rev="1.4" />
[org.apache.sis.storage/sis-storage "1.4"]
'org.apache.sis.storage:sis-storage:jar:1.4'
<parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> <version>1.4</version> </parent>
compile
|-- jakarta.xml.bind:jakarta.xml.bind-api:4.0.1
|-- org.apache.sis.core:sis-feature:1.4