featran-numpy_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.spotify</groupId>
<artifactId>featran-numpy_3</artifactId>
<version>0.8.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.spotify</groupId>
<artifactId>featran-numpy_3</artifactId>
<packaging>jar</packaging>
<description>Feature Transformers - NumPy</description>
<url>https://github.com/spotify/featran</url>
<version>0.8.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>numpy</name>
<inceptionYear>2016</inceptionYear>
<organization>
<name>Spotify AB</name>
</organization>
<scm>
<url>https://github.com/spotify/featran</url>
<connection>scm:git:https://github.com/spotify/featran.git</connection>
<developerConnection>scm:git:git@github.com:spotify/featran.git</developerConnection>
</scm>
<developers>
<developer>
<id>sinisa_lyh</id>
<name>Neville Li</name>
<url>https://twitter.com/sinisa_lyh</url>
<email>neville.lyh@gmail.com</email>
</developer>
<developer>
<id>rwhitcomb</id>
<name>Richard Whitcomb</name>
<url>https://twitter.com/rwhitcomb</url>
<email>richwhitjr@gmail.com</email>
</developer>
<developer>
<id>ravwojdyla</id>
<name>Rafal Wojdyla</name>
<url>https://twitter.com/ravwojdyla</url>
<email>ravwojdyla@gmail.com</email>
</developer>
<developer>
<id>fallonfofallon</id>
<name>Fallon Chen</name>
<url>https://twitter.com/fallonfofallon</url>
<email>fallon@spotify.com</email>
</developer>
<developer>
<id>andrew_martin92</id>
<name>Andrew Martin</name>
<url>https://twitter.com/andrew_martin92</url>
<email>andrewsmartin.mg@gmail.com</email>
</developer>
<developer>
<id>regadas</id>
<name>Filipe Regadas</name>
<url>https://twitter.com/regadas</url>
<email>filiperegadas@gmail.com</email>
</developer>
<developer>
<id>slhansen</id>
<name>Samantha Hansen</name>
<url>https://github.com/slhansen</url>
<email>slhansen@spotify.com</email>
</developer>
</developers>
<properties>
<info.apiURL>https://www.javadoc.io/doc/com.spotify/featran-docs_2.12/0.8.0/</info.apiURL>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>featran-core_3</artifactId>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.15</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>